body,.btn, .introjs-tooltip .introjs-button {
  font-size: 13px;
}
.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}
.custom-card {
    border: 1px solid #ced4da;
}
.customizer-action svg{
    width: 23px !important;
    color: #ffffff !important;
}
.active-mode{
    border: solid 2px #000000 !important;
}
.pc-micon{display:none!important;}
.property-img{
    max-width: 507px;
    max-height: 286px;
}
.text-justify{
    text-align: justify;
}
.custom .media{
    padding: 10px !important;
}
.user-avatar{
    width: 30px;
    height: 30px;
}
.pc-sidebar .pc-link {
  padding: 13px 10px;
  font-size: 14px;
  font-weight: 400;
}
.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-link {
  font-size: 13px;
  font-weight: 400;
}
.card .card-header h5, .card .card-header .h5,.card .card-header h4, .card .card-header .h4 {
  font-size: 15px;
}
.btn i, .introjs-tooltip .introjs-button i {
  font-size: 15px;
}
.auth-main {
  background-image: url('../public/upload/bg/loginBg.png');
  background-size: cover;
}
.auth-main .auth-wrapper.v2 .logo{
    position:relative;
}
.auth-main .auth-wrapper.v2 .logo + .card {
  margin-top: 40px;
}
.likeDisabled {
  background: #ececec;
  pointer-events: none;
}
.pc-sidebar.ownerSidebar .pc-item .readOnly {
  color: #939393 !important;
}

.loader-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-track{
    width: 250px;
    height: 8px;
    background: #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.loader-fill{
    width: 40%;
    height: 100%;
    background: #007bff;
    border-radius: 20px;
    position: absolute;
    left: -40%;
    animation: loading 1s infinite linear;
}

@keyframes loading{
    0%{
        left: -40%;
    }
    100%{
        left: 100%;
    }
}


@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}
.blgcomment-list li .media img{
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}
.codex-sidebar .logo-gridwrap{
    padding: 0px 16px !important;
}

.setting-logo{
    width:300px !important;;
}

.landing-logo{
    max-width: 225px;

}
.auth-main .auth-wrapper.v2 .logo{
    max-width: 300px;

}
.b-brand .logo{
    max-width: 212px !important;

}
.lan-footer .codex-brand{
    margin-block-end: 0px !important;
}
.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}
.invoice-logo{
    width: 250px;
}

.codex-calendar .events-list li{
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}
.codex-calendar .events-list{
    overflow: auto;
    height: 863px;
}
.landing_logo{
    filter: drop-shadow(2px 3px 7px #011C4B);
}
.head-invoice img{
    width: 250px;
}
.cdx-invoice .body-invoice .table tr td{
    padding: 10px 10px !important;
}


.codex-brand img{
    width: 300px;
}
.codex-authbox .auth-header .codex-brand {
    margin-block-end: 0px;
}
.dt-buttons .btn-group, .dt-buttons .btn {
  background: #fbfbfb;
  color: #000;
  margin-bottom: 0;
}
.badge {
  padding: 8px 10px;
}
.intro {
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_dash {
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: 0;
    transform: translateY(-50%);
    overflow: hidden;
    height: 585px;
    display: flex;
    align-items: center;
    width: 60%;
}

.landing_dash img {
    object-fit: cover;
    position: relative;
    right: -220px;
    border-radius: 10px;
    left: auto;
    width: 100%;
    height: 100%;
}
.pc-container.centerWidths {
  max-width: 800px;
  margin: auto;
}
.text-right {
  text-align: right;
}
.chooseBranchLink {
  cursor: pointer;
  width: 100%;
  display: block;
}
.pc-sidebar.ownerSidebar .pc-navbar > .pc-item .pc-submenu .pc-item > .pc-link::after {
  display:none;
}  
.pc-sidebar.ownerSidebar .pc-navbar > .pc-item .pc-submenu .pc-link {
  padding: 12px 10px 12px 10px;
}
.pc-sidebar.ownerSidebar {
  background: rgb(85, 85, 85);
  color: #fff;
}
.pc-sidebar.ownerSidebar .pc-item {
  border-bottom: 1px solid gray;
  margin: 0;
  padding: 0px 10px;  
}
.pc-sidebar.ownerSidebar .pc-item a{
	color:#fff !important;
}
.pc-sidebar.ownerSidebar .pc-item a:hover {
  color: #aeaeae !important;
}
.pc-sidebar .pc-navbar > .pc-item .pc-submenu::after {
  display: none;
}
.pc-sidebar.ownerSidebar .pc-submenu .pc-item {
  border-top: 1px solid gray;
  margin-left: 25px;
  padding: 0px 10px;
}
.ownerRightDiv .form-label {
  margin-bottom: 0;
  font-size: 13px;
}
.ownerRightDiv .form-control {
  font-size: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.ownerRightDiv .card-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m-header .topBranchName {
  color: #fff !important;
  font-size: 22px;
}
.topBranchNameCont {
  padding: 15px !important;
  background: gray;
}
.pc-sidebar .m-header {
  height: 60px;
}
.pc-header{
  min-height: 60px;	
}
.pc-header .pc-h-item {
  min-height: 60px;
}  
.pc-container {
  position: relative;
  top: 60px;
}  
.ownerRightDiv table td {
  padding: 0.4rem 0.75rem;
}
.ownerRightDiv table th {
  padding: 0.5rem 0.75rem;
}
.ownerRightDiv table td .avtar.avtar-xs {
  width: 25px;
  height: 20px;
}  
.showDrCr {
  width: 10%;
  float: right;
  line-height: 27px;
  background: gray;
  color: #fff;
  padding: 7px;
  text-align: center;
  border-radius: 5px;
}
#opening_balance {
  width: 90%;
  float: left;
}
.showBranchStartDate {
  padding: 5px;
  color: #2f2e2e;
  font-weight: bold;
}
.notEditOption {
  pointer-events: none;
}
.ownerRightDiv .select2-container .select2-selection--single {
  height: 38px !important;
}
.ownerRightDiv .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}  
.form-label span{
	color:red;
}
.reqiredField .form-label::after{
	content: "*";
	color:red;
	margin-left: 5px
}



@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
    background-color: unset;
}
.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4*(100vw - 420px) / 1500);
}
.select2-container .select2-selection--single {
    height: 43px !important;
    border-color: #e5e5e5;
}
.select2-container .select2-selection--multiple{
    min-height: 43px !important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #e5e5e5;
}

/* =========================================================================== */
.dt-length{
    padding-left: 7px !important;
}
.dt-search{
    padding-right: 7px !important;
}
.dt-info{
    padding-left: 7px !important;
}
.dt-paging{
    padding-right: 7px !important;
}
.dt-buttons{
    padding-left: 7px !important;
    float: left;
}
.dt-container{
    margin-top: 10px;
}
.dt-info{
    float: left;
}
.dt-paging{
    float: right;
    padding-top: .85em;
}
.form-group{
    margin-bottom: 15px;
}
div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 1.2em !important;
}
div:where(.swal2-container) .swal2-html-container{
    font-size: 0.9em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 0.8em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    font-size: 0.8em !important;
}
div:where(.swal2-icon){
    width: 4em !important;
    height: 4em !important;
}
.account-tabs .nav-item .nav-link {
    position: relative;
    padding: 0.7rem 1rem;
    font-weight: 500;
    color: var(--primary);
    display: flex;
    align-items: center;
}
.testaments-cards::after {
    background: transparent !important;
}
.pricingpricing .price-card .product-list li::before {
    content : '\eb55';
    color: red;
}
.pricingpricing .price-card .product-list li.enable::before {
    content: "\ea5e";
    color: #00c853;
}
.pricingpricing .price-card .product-list li {
    opacity: 1 !important;
}

.account-tabs .nav-item .nav-link.active
{
    color: var(--bs-secondary-rgb);
    background: rgba(var(--bs-secondary-rgb), 0.1);
}
form label{
    text-transform: capitalize;
}
@media print {
    .table-responsive {
    overflow: visible !important;
    height: auto !important;
    display: block !important;
    }
}


.color_type {
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    margin-right: 10px;
    margin-top: 10px;
    width: 48px;
    height: 48px;
    flex: none;
    cursor: pointer;
}

.cutom_colorr.active::after,
.cutom_colorr.custom::after {
    content: "✓";
    color: #fff;
    font-size: 30px;
    background: none !important;
    font-weight: 900;
    background-color: transparent !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
}


.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
}

.modal-backdrop ~ .select2-container {
    width: 100% !important;
    z-index: 10000 !important;
  }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
} 
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: rgba(var(--bs-secondary-rgb), 1);
}

/* .select2-container,
.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
} */

.notifier-container {
    z-index: 1072;
}
.dasbboard_quick_link {
  box-shadow: 0 0 7px #c0c0c0cc;
  display: block;
  padding: 30px;
}
.dasbboard_quick_link img {
  width: 100%;
}
.dashboard-row{
    display:flex;
    flex-wrap:wrap;
}
.dashboard-col{
    width:20%;
    padding:15px;
}
.dashboard-col.disabled a {
  pointer-events: none;
  background: #e1e1e1;
  opacity: 0.3;
}
.rightSideOfLoan {
  background: #d6d6d6;
  border: 1px solid gray;
  border-radius: 10px;
  padding: 20px;
}
.card-header h4 {
  margin-bottom: 0;
}
.card .card-header {
  padding: 10px 25px;
  background: #dfdede;
  border: 1px solid #dfdede;
}
.lightBorderd {
  border: 1px solid #d0d0d0;
}
.forShowOnly h6 {
  color: gray;
  font-weight: normal;
}
.likeDisabledSelect2 .select2{
	background: #ececec;
	pointer-events: none;
}
.form-control, .datatable-input, .custom-select, .dataTable-selector, .dataTable-input {
  padding: 0.4rem 0.75rem;
}  
.select2-container .select2-selection--single {
  height: 38px !important;
}  
.datatable-table thead th, .table thead th {
  font-size: 12px;
}  
svg.feather:not([class*="hei-"]) {
  height: 17px;
}
.modal-dialog .Zebra_DatePicker_Icon {
  top: 10px !important;
}
.loading {
  text-align: center;
  padding: 20px;
}
.change_emi_btn {
  background: gray;
  padding: 4px 15px;
  margin-top: 5px;
  float: right;
}
.partner_list_remove, .document_list_remove {
  margin-top: 11px;
  background: #f4c4c4;
}
.borderedCard {
  border: 1px solid #e1e1e1;
  padding: 20px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fdfdfd;
}